Overload | Description |
---|---|
SaveToStream(Stream,String,NRectangle,Double,NImageEncoderSettings) | Exports the specified bounds of the document to an image and saves it to the given stream. |
SaveToStream(Stream,NImageFormat,NRectangle,Double,NImageEncoderSettings) | Exports the specified bounds of the document to an image and saves it to the given stream. |
SaveToStream(Stream,NImageFormat,NImageEncoderSettings) | Exports the whole document to a raster image of the specified image format and saves it to the given stream. |
SaveToStream(Stream,NImageFormat,NRectangle,NImageEncoderSettings) | Exports the specified bounds of the document to an image and saves it to the given stream. |